Determines whether the collection contains an item with specified name.
'Declaration
Public Overloads Function Contains( _
ByVal As String _
) As Boolean
Parameters
- name
- The name of the item.
Return Value
True if the collection contains an item with the specified name; otherwise, false.